home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_qt.idb / usr / freeware / include / Qt / qwidcoll.h.z / qwidcoll.h
Encoding:
C/C++ Source or Header  |  1998-10-28  |  467 b   |  19 lines

  1. /****************************************************************************
  2. ** $Id: qwidcoll.h,v 1.1 1998/06/16 15:48:36 warwick Exp $
  3. **
  4. ** Definition of QWidget collections
  5. **
  6. ** Created : 950116
  7. **
  8. ** Copyright (C) 1995-1997 by Troll Tech AS.  All rights reserved.
  9. **
  10. *****************************************************************************/
  11.  
  12. #ifndef QWIDCOLL_H
  13. #define QWIDCOLL_H
  14.  
  15. #include "qwidgetlist.h"
  16. #include "qwidgetintdict.h"
  17.  
  18. #endif // QWIDCOLL_H
  19.